P+ - Giga Bowser - Subroutine - 0x1a308
- loop 12 times:
- if ((InternalConstantInt(ControlStickXAxisRelative) GreaterThan scalar(0.3)))
- AddVelocity { x_vel: Constant(0.075), y_vel: Constant(0.0) }
- else
- if ((InternalConstantInt(ControlStickXAxisRelative) LessThan scalar(-0.2944)))
- AddVelocity { x_vel: Constant(-0.075), y_vel: Constant(0.0) }
- SyncWait(1.0)